@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Light.eot');
  src: local('Nacelle Light'), local('Nacelle-Light'), url('../fonts/Nacelle-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Nacelle-Light.woff2') format('woff2'), url('../fonts/Nacelle-Light.woff') format('woff'), url('../fonts/Nacelle-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Bold.eot');
  src: local('Nacelle Bold'), local('Nacelle-Bold'), url('../fonts/Nacelle-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nacelle-Bold.woff2') format('woff2'), url('../fonts/Nacelle-Bold.woff') format('woff'), url('../fonts/Nacelle-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Heavy.eot');
  src: local('Nacelle Heavy'), local('Nacelle-Heavy'), url('../fonts/Nacelle-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Nacelle-Heavy.woff2') format('woff2'), url('../fonts/Nacelle-Heavy.woff') format('woff'), url('../fonts/Nacelle-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-Regular.eot');
  src: local('Nacelle Regular'), local('Nacelle-Regular'), url('../fonts/Nacelle-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nacelle-Regular.woff2') format('woff2'), url('../fonts/Nacelle-Regular.woff') format('woff'), url('../fonts/Nacelle-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/Nacelle-SemiBold.eot');
  src: local('Nacelle SemiBold'), local('Nacelle-SemiBold'), url('../fonts/Nacelle-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nacelle-SemiBold.woff2') format('woff2'), url('../fonts/Nacelle-SemiBold.woff') format('woff'), url('../fonts/Nacelle-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
#header > div:first-child .ct-container-fluid {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #header > div:first-child .ct-container-fluid {
    max-width: 1300px;
  }
}
#header > div:first-child .ct-container-fluid [data-id="menu"] > ul > li > a {
  font-size: 16px;
  padding: 0 5px;
}
body {
  font-family: 'Nacelle', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  color: #000;
}
.am-container {
  max-width: 1440px;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #eb6900;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #eb6900;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #eb6900;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.in-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.33;
  color: #000;
}
.in-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  margin: 15px 0 0;
}
.c {
  text-align: center;
}
.w {
  color: #fff;
}
.banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner #banner-to {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  z-index: 2;
  color: #fff;
  transition: all 0.35s;
}
.banner #banner-to i {
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 991px) {
  .banner #banner-to:hover {
    color: #eb6900;
  }
}
.banner .banner-btn {
  position: absolute;
  z-index: 2;
  bottom: 5.5%;
  right: 9.375%;
  display: flex;
  align-items: center;
}
.banner .swiper-pagination {
  width: auto;
  display: flex;
  position: static;
  margin: 0 30px;
}
.banner .swiper-pagination-bullet {
  outline: none;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin: 0 !important;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px!important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.banner .slick-arrow {
  outline: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .slick-prev {
  left: 5%;
}
.banner .slick-prev:before {
  content: '\fab1';
}
.banner .slick-next {
  right: 5%;
}
.banner .slick-next:before {
  content: '\e62c';
}
.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .item > a {
  overflow: hidden;
  display: block;
  position: relative;
}
.banner .item > a > img {
  position: relative;
  display: block;
  width: 100%;
}
.banner .item .banner-content {
  position: absolute;
  left: 50%;
  top: 11%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .item .banner-content .cont-tit {
  font-size: 55px;
  color: #fff;
  font-family: 'Helvetica Neue LT Pro';
  font-weight: bold;
  width: max-content;
  letter-spacing: 5px;
}
.banner .item .banner-content .cont-txt {
  font-size: 20px;
  color: #fff;
  font-family: 'Helvetica Neue LT Pro';
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.banner .item .banner-content .cont-btn {
  font-size: 20px;
  line-height: 1;
  width: 156px;
  height: 40px;
  border: 3px solid #fff;
  background-image: -moz-linear-gradient(90deg, #eb6b00 0%, #f9a801 100%);
  background-image: -webkit-linear-gradient(90deg, #eb6b00 0%, #f9a801 100%);
  background-image: -ms-linear-gradient(90deg, #eb6b00 0%, #f9a801 100%);
  border-radius: 20px;
  color: #fff;
  font-family: 'Helvetica Neue LT Pro';
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-button-prev,
.banner .banner-button-next {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.banner .banner-button-prev:before,
.banner .banner-button-next:before {
  font-size: 22px;
  color: #fff;
  opacity: 1;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .banner .banner-button-prev:hover:before,
  .banner .banner-button-next:hover:before {
    color: #eb6900;
  }
}
.banner .btn-num {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 35px;
}
.banner .btn-num .num {
  margin-right: 10px;
}
.banner .btn-num .total {
  margin-left: 10px;
}
@media only screen and (min-width: 1850px) and (max-width: 1920px) {
  .banner .item > a > img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .banner .slick-arrow:hover {
    background-color: #00a63b;
  }
}
@media (max-width: 1199px) {
  .banner .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 3.5%;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px!important;
  }
  .banner .item {
    width: 120%;
    max-width: 120%;
    margin-left: -10%;
  }
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}
.banner.hide-video video {
  display: none !important;
}
.banner-video-box {
  display: block;
  padding-bottom: 45.3125%;
  position: relative;
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-video-box .fluid_initial_play {
  background-color: #00a63b !important;
}
.banner .mobile-video {
  display: block;
  position: relative;
}
.banner .mobile-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e644';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-txt {
  position: relative;
  z-index: 100;
}
.banner-txt .txt-box {
  max-width: 100%;
  width: 1220px;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Nacelle';
  padding: 40px 85px;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.11);
  margin: -130px auto 0;
}
img {
  transition: all 0.35s;
}
@keyframes float-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes float-animation2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes scale-animation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
.in-block1 {
  position: relative;
}
.in-block1 .b1-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.in-block1 .b1-bg .box {
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
}
.in-block1 .b1-bg .box.active {
  opacity: 1;
}
.in-block1 .b1-bg .box:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}
.in-block1 .b1-cont {
  padding: 120px 0 60px;
  position: relative;
}
.in-block1 .all {
  display: flex;
  justify-content: space-between;
}
.in-block1 .b1-text {
  position: relative;
}
.in-block1 .b1-text .box {
  opacity: 0;
  transition: all 0.35s;
  transform: scale(0);
}
.in-block1 .b1-text .box.active {
  opacity: 1;
  transform: scale(1);
}
.in-block1 .b1-text .box:nth-child(n+2) {
  position: absolute;
  left: 0;
  top: 0;
}
.in-block1 .b1-text .t {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.in-block1 .b1-text .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-transform: capitalize;
  margin: 15px 0 40px;
}
.in-block1 .b1-text .tit span {
  color: #eb6900;
}
.in-block1 .b1-text .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  max-width: 310px;
}
.in-block1 .b1-text .btn {
  display: flex;
  align-items: center;
  margin: 85px 0 0;
}
.in-block1 .b1-text .btn a {
  display: flex;
  color: #fff;
  background-color: #000;
  width: fit-content;
  padding: 9px 20px 8px;
  border-radius: 15px;
  align-items: center;
  transition: all 0.35s;
}
.in-block1 .b1-text .btn button{
  display: flex;
  color: #fff;
  background-color: #000;
  width: fit-content;
  padding: 9px 20px 8px;
  border-radius: 15px;
  align-items: center;
  transition: all 0.35s;
  border: none;
}
.in-block1 .b1-text .btn a span {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.in-block1 .b1-text .btn a i {
  font-size: 12px;
  line-height: 1;
}
.in-block1 .b1-text .btn button span {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.in-block1 .b1-text .btn button i {
  font-size: 12px;
  line-height: 1;
}
.in-block1 .b1-text .btn button:hover {
  background-color: #eb6900;
}
.in-block1 .b1-text .btn a:nth-child(n+2) {
  margin-left: 20px;
  background-color: #eb6900;
}
.in-block1 .b1-text .btn a:nth-child(n+2):hover {
  background-color: #000;
}
.in-block1 .b1-img {
  max-width: 48.22695035%;
  position: relative;
  width: 680px;
}
.in-block1 .b1-img .box {
  transition: all 0.35s;
  opacity: 0;
  transform: scale(0);
}
.in-block1 .b1-img .box.active {
  transform: scale(1);
  opacity: 1;
}
.in-block1 .b1-img .box:nth-child(n+2) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.in-block1 .b1-img .img-box {
  padding-bottom: 91.17647059%;
}
.in-block1 .b1-nav {
  position: relative;
  display: flex;
  align-items: center;
}
.in-block1 .b1-nav .list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.in-block1 .b1-nav .list:before {
  content: '';
  background-color: #D1D2CE;
  width: 2px;
  height: calc(100% - 130px);
  display: block;
  position: absolute;
  right: 74px;
  top: 50%;
  transform: translateY(-50%);
}
.in-block1 .b1-nav .box {
  display: flex;
  position: relative;
  align-items: center;
  margin: 40px 0;
  cursor: pointer;
}
.in-block1 .b1-nav .box:hover .badge {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.in-block1 .b1-nav .box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #707070;
  transition: all 0.35s;
}
.in-block1 .b1-nav .box .badge {
  position: relative;
}
.in-block1 .b1-nav .box .badge img {
  position: relative;
  z-index: 2;
  transition: all 0.35s;
}
.in-block1 .b1-nav .box .badge img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.in-block1 .b1-nav .box .square {
  position: relative;
  margin: 0 12px;
}
.in-block1 .b1-nav .box .square img {
  position: relative;
  transition: all 0.35s;
}
.in-block1 .b1-nav .box .square img:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.in-block1 .b1-nav .box .square img:last-child {
  opacity: 0;
}
.in-block1 .b1-nav .box.active .tit {
  color: #eb6900;
}
.in-block1 .b1-nav .box.active .badge img {
  opacity: 0;
}
.in-block1 .b1-nav .box.active .badge img:last-child {
  opacity: 1;
}
.in-block1 .b1-nav .box.active .square img:first-child {
  opacity: 0;
}
.in-block1 .b1-nav .box.active .square img:last-child {
  opacity: 1;
}
.in-block2 {
  padding: 65px 0 0;
}
.in-block2 .t {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.in-block2 .t .l .desc {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #eb6900;
  margin: 0 0 20px;
}
.in-block2 .t .l .tit {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  max-width: 380px;
}
.in-block2 .t .r .b2-arrows {
  display: flex;
  align-items: center;
}
.in-block2 .t .r .b2-arrows .slick-prev,
.in-block2 .t .r .b2-arrows .slick-next {
  position: static;
  transform: translate(0);
  width: 44px;
  height: 44px;
  border-radius: 5px;
  transition: all 0.35s;
}
.in-block2 .t .r .b2-arrows .slick-prev:before,
.in-block2 .t .r .b2-arrows .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
}
.in-block2 .t .r .b2-arrows .slick-next {
  background-color: #eb6900;
  margin-left: 20px;
}
.in-block2 .t .r .b2-arrows .slick-next:before {
  content: '\eb08';
}
.in-block2 .t .r .b2-arrows .slick-next:hover {
  background-color: #000;
}
.in-block2 .t .r .b2-arrows .slick-prev {
  background-color: #000;
}
.in-block2 .t .r .b2-arrows .slick-prev:before {
  content: '\eb09';
}
.in-block2 .t .r .b2-arrows .slick-prev:hover {
  background-color: #eb6900;
}
.in-block2 .b {
  margin: 0 -20px;
}
.in-block2 .b .list .cont-box {
  display: flex!important;
  flex-wrap: wrap;
  margin: 0 -8.33333333px;
  padding: 20px;
}
.in-block2 .b .list .son-box {
  padding: 0 8.33333333px;
  width: 25%;
}
.in-block2 .b .list .son-box:hover img {
  transform: scale(1.05);
}
.in-block2 .b .list .son-box:hover .tit {
  color: #eb6900;
}
.in-block2 .b .list .son-box:hover .btn {
  color: #eb6900;
}
.in-block2 .b .list .son-box:nth-child(n+5) {
  margin: 20px 0 0;
}
.in-block2 .b .list .son-box .cont {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  padding: 15px 15px 25px;
  display: flex;
  flex-direction: column;
  color: #000;
}
.in-block2 .b .list .son-box .tit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 25px 0 10px;
  transition: all 0.35s;
  text-transform: capitalize;
}
.in-block2 .b .list .son-box .btn {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  transition: all 0.35s;
}
.in-block2 .b .list .son-box .cont-img {
  display: flex;
}
.in-block2 .b .list .son-box .cont-img .img-box {
  width: 100%;
  padding-bottom: 63.76811594%;
}
.in-block3 {
  padding: 40px 0 0;
}
.in-block3 .list {
  margin: 0 -8.33333333px;
}
.in-block3 .list .box {
  padding: 10px 8.33333333px;
}
.in-block3 .list .box a {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 15px 25px;
}
.in-block3 .list .box a:hover img {
  transform: scale(1.05);
}
.in-block3 .list .box a:hover .tit {
  color: #eb6900;
}
.in-block3 .list .box a:hover .btn {
  color: #eb6900;
}
.in-block3 .list .box a:hover .date i {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.in-block3 .list .box .t {
  border-radius: 5px;
  overflow: hidden;
}
.in-block3 .list .box .img-box {
  /*padding-bottom: 80.64516129%;*/
  padding-bottom: 60%;
}
.in-block3 .list .box .b {
  padding: 20px 0 0;
}
.in-block3 .list .box .date {
  display: flex;
  align-items: center;
}
.in-block3 .list .box .date i {
  font-size: 18px;
  line-height: 1;
  color: #eb6900;
  margin-right: 8px;
  transition: all 0.35s;
}
.in-block3 .list .box .date span {
  font-size: 14px;
  font-weight: 300;
  color: #c8caca;
  padding: 5px 0 0;
}
.in-block3 .list .box .tit {
  font-size: 18px;
  line-height: 1.11111111;
  min-height: 40px;
  font-weight: 600;
  color: #000;
  margin: 15px 0;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.in-block3 .list .box .btn {
  text-decoration: underline;
  color: #929191;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  transition: all 0.35s;
}
.in-block3 .b3-t {
  margin: 0 0 40px;
  text-align: center;
}
.in-block3 .b3-t .desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #eb6900;
}
.in-block3 .b3-t .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #000;
  margin: 0 0 20px;
}
.in-block4 {
  padding: 80px 0 90px;
  overflow: hidden;
}
.in-block4 .list {
  display: flex;
  margin: 0 -15px;
}
.in-block4 .list .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.in-block4 .list .t {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.in-block4 .list .t .tit {
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding-top: 3px;
}
.in-block4 .list .b {
  background-color: #000;
  width: 100%;
  height: 360px;
}
@keyframes sc1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.page-banner {
  overflow: hidden;
  position: relative;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-banner .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-banner .cont .tit {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
}
.page-banner .cont .crumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
}
.page-banner .cont .crumbs a {
  color: #fff;
  padding-top: 5px;
}
.page-banner .cont .crumbs span {
  padding-top: 5px;
  color: #c2d9fe;
}
.page-banner .cont .crumbs i {
  font-size: 10px;
  padding: 2px 15px 0;
}
.page-banner .cont .crumbs i:first-child {
  font-size: 18px;
  padding-top: 0;
}
.page-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-top.prod-t {
  background-color: #F6F6F6;
}
.page-top .t-all {
  position: relative;
}
.page-top.w .t-c {
  color: #000;
}
.page-top.w .t-b {
  color: #000;
}
.page-top .t-c {
  padding: 160px 0 25px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
}
.page-top .t-c .t-ct {
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 25px;
}
.page-top .t-c .t-cb {
  font-size: 24px;
  line-height: 1.5;
  max-width: 1220px;
  margin: 0 auto;
}
.page-top .t-b {
  color: #fff;
  padding-bottom: 20px;
}
.page-top .t-b .crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-top .t-b i {
  font-size: 20px;
  margin-right: 15px;
}
.page-top .t-b a {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
  transition: all 0.35s;
}
.page-top .t-b a:hover {
  color: #eb6900;
}
.page-top .t-b span {
  font-size: 18px;
  padding-top: 5px;
  margin: 0 7px;
}
.page-top .prod-crumbs {
  display: flex;
  align-items: center;
  padding: 25px 0 15px;
}
.page-top .prod-crumbs i {
  font-size: 20px;
  line-height: 1;
  margin-right: 15px;
}
.page-top .prod-crumbs a {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 300;
  padding-top: 5px;
  transition: all 0.35s;
}
.page-top .prod-crumbs a:hover {
  color: #eb6900;
}
.page-top .prod-crumbs span {
  font-size: 18px;
  line-height: 1;
  margin: 0 7px;
  padding-top: 5px;
}
.download-top {
  padding: 75px 0 60px;
}
.download-top .tit {
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}
.download-top .crumbs {
  display: flex;
  align-items: center;
}
.download-top i {
  font-size: 20px;
  margin-right: 15px;
}
.download-top a {
  color: inherit;
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
  transition: all 0.35s;
}
.download-top a.active {
  color: #1732a1;
}
.download-top a:hover {
  text-decoration: underline;
  color: #1732a1;
}
.download-top span {
  font-size: 18px;
  padding-top: 5px;
  margin: 0 7px;
}
.ab-desc {
  font-size: 16px;
  line-height: 1;
}
.ab-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  color: #000;
}
.ab-title span {
  color: #1732a1;
}
.about .ab-block1 {
  padding: 80px 0 0;
}
.about .ab-block1 .list {
  display: flex;
  flex-wrap: wrap;
}
.about .ab-block1 .box {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .ab-block1 .t {
  font-size: 48px;
  font-weight: 800;
  color: #eb6900;
  line-height: 1;
  display: flex;
  margin-bottom: 5px;
}
.about .ab-block1 .b {
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.about .ab-block2 {
  padding: 80px 0 60px;
}
.about .ab-block2 .all {
  display: flex;
  align-items: center;
}
.about .ab-block2 .l {
  width: 46.80851064%;
  position: relative;
  padding: 0 0 170px;
}
.about .ab-block2 .l img {
  width: 100%;
}
.about .ab-block2 .l .l-img1 {
  width: 90.90909091%;
  overflow: hidden;
}
.about .ab-block2 .l .l-img1:hover img {
  transform: scale(1.05);
}
.about .ab-block2 .l .l-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 77.27272727%;
  border: 10px solid #fff;
  background-color: #fff;
  overflow: hidden;
}
.about .ab-block2 .l .l-img2:hover img {
  transform: scale(1.05);
}
.about .ab-block2 .r {
  width: 53.19148936%;
  padding-left: 20px;
}
.about .ab-block2 .r .t {
  font-size: 22px;
  line-height: 1;
  color: #eb6900;
  font-weight: 600;
}
.about .ab-block2 .r .tit {
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
  max-width: 360px;
  margin: 25px 0 30px;
}
.about .ab-block2 .r .desc {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}
.about .ab-block2 .r .desc p {
  margin: 0;
}
.about .ab-block3 {
  padding: 80px 0 0;
}
.about .ab-block3 .slick-slide > div {
  font-size: 0;
}
.about .ab-block3 .t {
  position: relative;
  margin: 0 0 60px;
}
.about .ab-block3 .t:before {
  content: '';
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #707070;
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.about .ab-block3 .t .slick-active.slick-current .num {
  color: #eb6900;
}
.about .ab-block3 .t .slick-active.slick-current .around {
  border-color: #eb6900;
}
.about .ab-block3 .t .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.about .ab-block3 .t .num {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #707070;
  margin: 0 0 15px;
  transition: all 0.35s;
}
.about .ab-block3 .t .around {
  width: 20px;
  height: 20px;
  border: 4px solid #707070;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.35s;
}
.about .ab-block3 .b .cont {
  display: flex;
}
.about .ab-block3 .b .l {
  width: 50%;
}
.about .ab-block3 .b .l .img-box {
  padding-bottom: 53.90070922%;
}
.about .ab-block3 .b .l:hover img {
  transform: scale(1.05);
}
.about .ab-block3 .b .r {
  width: 50%;
  background-color: #F3F3F3;
  padding: 0 120px 0 55px;
}
.about .ab-block3 .b .r .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.about .ab-block3 .b .r .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
.about .ab-block3 .b .r .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
}
.about .ab-block4 {
  padding: 80px 0 0;
}
.about .ab-block4 .slick-slide > div {
  font-size: 0;
}
.about .ab-block4 .img-box {
  padding-bottom: 69.6969697%;
}
.about .ab-block4 .list {
  margin: 0 -15px;
}
.about .ab-block4 .box {
  padding: 0 15px;
}
.about .ab-block4 .box a {
  display: block;
}
.about .ab-block4 .box a:hover img {
  transform: scale(1.05);
}
.about .ab-block4 .slick-prev,
.about .ab-block4 .slick-next {
  width: 34px;
  height: 34px;
  color: #000;
  transition: all 0.35s;
}
.about .ab-block4 .slick-prev:hover,
.about .ab-block4 .slick-next:hover {
  color: #eb6900;
}
.about .ab-block4 .slick-prev:before,
.about .ab-block4 .slick-next:before {
  font-family: 'iconfont';
  font-size: 34px;
  color: inherit;
  opacity: 1;
}
.about .ab-block4 .slick-prev {
  left: -55px;
}
.about .ab-block4 .slick-prev:before {
  content: '\e93b';
}
.about .ab-block4 .slick-next {
  right: -55px;
}
.about .ab-block4 .slick-next:before {
  content: '\e93a';
}
.about .ab-block5 {
  padding: 80px 0 0;
  overflow: hidden;
}
.about .ab-block5 .all {
  position: relative;
}
.about .ab-block5 .all:hover .cont {
  bottom: 50px;
  opacity: 1;
}
.about .ab-block5 .all .b5-img img {
  width: 100%;
}
.about .ab-block5 .all .b5-img video {
  width: 100%;
}
.about .ab-block5 .all .cont {
  position: absolute;
  width: 610px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  right: 50px;
  padding: 35px 35px 25px;
  bottom: -60px;
  opacity: 0;
  transition: all 0.35s;
}
.about .ab-block5 .all .cont .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
}
.about .ab-block5 .all .cont .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
}
.about .ab-block6 {
  padding: 40px 0 0;
}
.about .ab-block6 .all {
  display: flex;
}
.about .ab-block6 .l {
  width: 50%;
}
.about .ab-block6 .l .tit {
  background-color: #eb6900;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #fff;
  text-transform: capitalize;
}
.about .ab-block6 .l .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  padding: 10px 100px 30px 25px;
}
.about .ab-block6 .l .b {
  position: relative;
}
.about .ab-block6 .l .b:after {
  content: '';
  width: 160px;
  height: 50px;
  position: absolute;
  display: block;
  right: -12px;
  bottom: -14px;
  background-color: #eb6900;
}
.about .ab-block6 .l .b img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about .ab-block6 .r {
  width: 50%;
}
.about .ab-block6 .r .t img {
  width: 100%;
}
.about .ab-block6 .r .b {
  padding: 40px 70px 0 40px;
}
.about .ab-block6 .r .b .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.about .ab-block6 .r .b .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
}
.about .ab-block7 {
  padding: 60px 0 0;
}
.about .ab-block7 .t {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.about .ab-block7 .t .box {
  background-color: #eb6900;
  color: #fff;
  width: 670px;
  padding: 40px 40px 30px;
}
.about .ab-block7 .t .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.about .ab-block7 .t .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
}
.about .ab-block7 .b {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: -150px 0 0;
}
.about .ab-block7 .b .l {
  width: 62.26950355%;
}
.about .ab-block7 .b .r {
  width: 36.38297872%;
}
.about .ab-block8 {
  padding: 60px 0;
}
.about .ab-block8 .all {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about .ab-block8 .all .l {
  width: 45.10638298%;
}
.about .ab-block8 .all .l .tit {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 0 25px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #eb6900;
  position: relative;
  text-transform: capitalize;
}
.about .ab-block8 .all .l .tit:after {
  width: 140px;
  height: 100%;
  right: -140px;
  position: absolute;
  top: 0;
  background-color: #eb6900;
  content: '';
}
.about .ab-block8 .all .l .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  padding: 10px 25px 20px;
}
.about .ab-block8 .all .c {
  width: 26.38297872%;
}
.about .ab-block8 .all .r {
  width: 26.38297872%;
}
.about .ab-block9 {
  background-color: #F5F5F5;
  padding: 60px 0;
  position: relative;
}
.about .ab-block9 #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}
.about .ab-block9 .particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.about .ab-block9 .t {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
.about .ab-block9 .b {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.about .ab-block9 .b .c {
  width: 49.36170213%;
  height: fit-content;
  position: relative;
}
.about .ab-block9 .b .c img {
  position: relative;
  z-index: 2;
}
.about .ab-block9 .b .c:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background-image: url(../img/ico/ico-bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: sc2 3s 0s ease both infinite;
  animation: sc2 3s 0s ease both infinite;
}
.about .ab-block9 .b .l {
  width: 18%;
  position: relative;
  z-index: 12;
}
.about .ab-block9 .b .l .box {
  position: relative;
}
.about .ab-block9 .b .l .box:hover:after {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.about .ab-block9 .b .l .box:after {
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  content: '';
  right: -135px;
  top: 0;
  transition: all 0.35s;
  border-radius: 50%;
}
.about .ab-block9 .b .l .box:first-child {
  transform: translateX(100px);
}
.about .ab-block9 .b .l .box:first-child:after {
  right: -100px;
  background-image: url(../img/ico/1.webp);
}
.about .ab-block9 .b .l .box:nth-child(2):after {
  background-image: url(../img/ico/2.webp);
}
.about .ab-block9 .b .l .box:nth-child(3):after {
  background-image: url(../img/ico/3.webp);
}
.about .ab-block9 .b .l .box:last-child {
  transform: translateX(100px);
}
.about .ab-block9 .b .l .box:last-child:after {
  right: -100px;
  background-image: url(../img/ico/4.webp);
}
.about .ab-block9 .b .r {
  width: 18%;
  position: relative;
  z-index: 12;
}
.about .ab-block9 .b .r .box {
  position: relative;
}
.about .ab-block9 .b .r .box:hover:after {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.about .ab-block9 .b .r .box:after {
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  content: '';
  left: -135px;
  top: 0;
  transition: all 0.35s;
  border-radius: 50%;
}
.about .ab-block9 .b .r .box:after:hover {
  box-shadow: 0px 0px 22.56px 1.44px rgba(235, 105, 0, 0.004);
}
.about .ab-block9 .b .r .box:first-child {
  transform: translateX(-100px);
}
.about .ab-block9 .b .r .box:first-child:after {
  left: -100px;
  background-image: url(../img/ico/5.webp);
}
.about .ab-block9 .b .r .box:nth-child(2):after {
  background-image: url(../img/ico/6.webp);
}
.about .ab-block9 .b .r .box:nth-child(3):after {
  background-image: url(../img/ico/3.webp);
}
.about .ab-block9 .b .r .box:last-child {
  transform: translateX(-100px);
}
.about .ab-block9 .b .r .box:last-child:after {
  left: -100px;
  background-image: url(../img/ico/7.webp);
}
.about .ab-block9 .b .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
}
.about .ab-block9 .b .desc {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  min-height: 60px;
}
.about .ab-block9 .b .box:nth-child(n+2) {
  margin: 35px 0 0;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 25px 40px 40px;
}
.list-l .menu h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li:last-child {
  border-bottom: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #222;
  line-height: 26px;
  padding: 5px 30px 5px 20px;
  transition: all 0.35s;
  text-transform: capitalize;
}
.list-l .menu1 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 26px;
  position: relative;
}
.list-l .menu1 > li > a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #3aa7e9;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.35s;
}
.list-l .menu1 > li.more > a:after {
  content: '\e9c0';
  font-family: 'iconfont';
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(0);
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
  color: #000;
}
.list-l .menu1 > li.more.active > a {
  color: #3aa7e9;
  transition: all 0.35s;
}
.list-l .menu1 > li.more.active > a:after {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.list-l .menu1 > li:nth-child(n+2) {
  margin-top: 10px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
  margin-top: 5px;
}
.list-l .menu2 {
  padding: 0;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li:nth-child(n+2) {
  margin-top: 8px;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  padding: 5px 20px;
  color: #000;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #3aa7e9;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 20px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a span {
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '-';
}
.prod {
  padding: 65px 0 90px;
}
.prod .t {
  margin: 0 0 60px;
}
.prod .t .tit {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 25px;
}
.prod .t .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.66666667;
}
.prod .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.prod .list .box {
  width: 50%;
  padding: 0 15px;
}
.prod .list .box:nth-child(n+3) {
  margin-top: 45px;
}
.prod .list .box a {
  display: block;
}
.prod .list .box a:hover .prod-img:after {
  opacity: 0;
}
.prod .list .box a:hover .tit {
  background-color: #eb6900;
}
.prod .list .box a:hover img {
  transform: scale(1.05);
}
.prod .list .son-list {
  display: flex;
  flex-direction: column;
  padding: 15px 35px;
  color: #000;
  font-size: 18px;
}
.prod .list .son-list .son-box {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.prod .list .son-list .son-box:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #eb6900;
  display: block;
  border-radius: 50%;
  margin-right: 15px;
  transform: translateY(-3px);
}
.prod .list .son-list a {
  color: inherit;
  transition: all 0.35s;
}
.prod .list .son-list a:hover {
  color: #eb6900;
}
.prod .list .img-box {
  padding-bottom: 63.76811594%;
}
.prod .list .cont {
  position: relative;
}
.prod .list .prod-img {
  position: relative;
}
.prod .list .prod-img:after {
  content: '';
  background-image: url(../img/prod-hover.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.35s;
}
.prod .list .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 35px;
  z-index: 2;
  color: #fff;
  transition: all 0.35s;
  text-transform: capitalize;
}
@keyframes sc {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sc2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #888888;
  line-height: 30px;
  color: #666;
  margin-left: 14px;
  background-color: #fff;
  transition: all 0.35s;
}
.pagenum a.active {
  background-color: #015dac;
  color: #fff;
  transition: all 0.35s;
  border-color: #015dac;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:nth-child(2) {
  margin-left: 20px;
}
.pagenum a:last-child {
  margin-left: 20px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    background-color: #015dac;
    color: #fff;
    transition: all 0.35s;
    border-color: #015dac;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.news {
  padding: 40px 0;
}
.news .top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 20px 0;
}
.news .top a {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #F3F3F3;
  color: #000;
  transition: all 0.35s;
}
.news .top a:hover {
  color: #fff;
  background-color: #eb6900;
}
.news .top .box {
  padding: 0 5px;
}
.news .top .box.active a {
  color: #fff;
  background-color: #eb6900;
}
.news .mid {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
.news .mid .box {
  padding: 0 15px;
}
.news .mid .box.active a {
  color: #fff;
  background-color: #eb6900;
}
.news .mid .box a {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #eb6900;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  font-weight: 300;
  padding: 4px 0 0;
  color: #000;
  transition: all 0.35s;
}
.news .mid .box a:hover {
  color: #fff;
  background-color: #eb6900;
}
.news .bot .list {
  padding: 0 0 40px;
  border-bottom: 1px solid #E2E2E2;
}
.news .bot .box:hover img {
  transform: scale(1.05);
}
.news .bot .box:hover .r .tit {
  color: #eb6900;
}
.news .bot .box:hover .r .date i {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.news .bot .box:nth-child(n+2) {
  margin: 25px 0 0;
}
.news .bot .box a {
  display: flex;
  align-items: center;
  color: #000;
}
.news .bot .box .news-img {
  width: 500px;
  max-width: 100%;
}
.news .bot .box .r {
  width: calc(100% - 500px);
  padding: 15px 20px 15px 40px;
}
.news .bot .box .r .date {
  display: flex;
  align-items: center;
}
.news .bot .box .r .date i {
  font-size: 18px;
  line-height: 1;
  color: #eb6900;
  margin-right: 8px;
}
.news .bot .box .r .date span {
  color: #c8caca;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 0 0;
}
.news .bot .box .r .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0;
  transition: all 0.35s;
}
.news .bot .box .r .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .bot .box .img-box {
  padding-bottom: 60%;
}
.blog-deta {
  padding: 80px 0 160px;
}
.blog-deta .blog-cont {
  display: flex;
  justify-content: space-between;
}
.blog-deta .blog-cont .cont-l {
  width: 25.53191489%;
}
.blog-deta .blog-cont .cont-l .lb {
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 25px;
}
.blog-deta .blog-cont .cont-l .lb .t {
  padding-left: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  padding-top: 5px;
}
.blog-deta .blog-cont .cont-l .lb .t:before {
  width: 6px;
  height: 24px;
  background-color: #eb6900;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-deta .blog-cont .cont-l .lb .list {
  position: relative;
  margin: 30px 0 0;
}
.blog-deta .blog-cont .cont-l .lb .list .box {
  position: relative;
}
.blog-deta .blog-cont .cont-l .lb .list .box a img {
  transition: all 0.35s;
}
.blog-deta .blog-cont .cont-l .lb .list .box a:hover .tit {
  color: #eb6900;
}
.blog-deta .blog-cont .cont-l .lb .list .box a:hover img {
  transform: scale(1.1);
}
.blog-deta .blog-cont .cont-l .lb .list .box .tit {
  font-size: 16px;
  line-height: 1.125;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.35s;
}
.blog-deta .blog-cont .cont-l .lb .list .box .date {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1;
}
.blog-deta .blog-cont .cont-l .lb .list .box:nth-child(n+2) {
  margin-top: 40px;
}
.blog-deta .blog-cont .cont-l .lb .list .box .l-img {
  margin: 0 0 20px;
}
.blog-deta .blog-cont .cont-l .lb .list .box .l-img .img-box {
  padding-bottom: 66.66666667%;
}
.blog-deta .blog-cont .cont-r {
  width: calc(74.46808511% - 70px);
}
.blog-deta .blog-cont .cont-r h1 {
  font-size: 40px;
  line-height: 1;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 10px;
}
.blog-deta .blog-cont .cont-r .rt {
  display: flex;
  align-items: center;
  color: #a0a0a0;
  line-height: 1;
  margin-bottom: 30px;
}
.blog-deta .blog-cont .cont-r .rt .date {
  display: flex;
  align-items: center;
}
.blog-deta .blog-cont .cont-r .rt .date i {
  font-size: 32px;
}
.blog-deta .blog-cont .cont-r .rt .date span {
  font-size: 20px;
  padding-top: 5px;
  margin-left: 18px;
}
.blog-deta .blog-cont .cont-r .rt .share {
  margin-left: 60px;
  display: flex;
  align-items: center;
}
.blog-deta .blog-cont .cont-r .rt .share > span {
  font-size: 20px;
  padding-top: 5px;
  margin-right: 20px;
}
.blog-deta .blog-cont .cont-r .rt .share #st-1 {
  display: flex;
}
.blog-deta .blog-cont .cont-r .rt .share #st-1 .st-btn {
  display: flex!important;
}
.blog-deta .blog-cont .cont-r .r-page {
  border-radius: 15px;
  background-color: #f8f7f7;
  padding: 20px 30px 15px;
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.blog-deta .blog-cont .cont-r .r-page:before {
  content: '';
  background-color: #eb6900;
  width: 5px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-deta .blog-cont .cont-r .r-page a {
  font-size: 16px;
  line-height: 20px;
  color: #606060;
  width: fit-content;
  font-weight: 300;
  transition: all 0.35s;
}
.blog-deta .blog-cont .cont-r .r-page a:hover {
  color: #eb6900;
}
.blog-deta .blog-cont .cont-r .r-page a span {
  color: #2a2a2a;
  font-size: 20px;
  line-height: 1;
}
.blog-deta .blog-cont .cont-r .r-page a:last-child {
  margin-top: 15px;
}
#map {
  height: 500px;
  width: 100%;
}
.map {
  width: 100%;
  height: 500px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
#doc-modal-1 .am-modal-dialog {
  padding: 15px;
}
#doc-modal-1 .am-modal-hd {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
}
#doc-modal-1 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
#doc-modal-1 form p {
  margin: 0;
  width: calc(50% - 10px);
}
#doc-modal-1 form p:nth-child(6) {
  width: 100%;
}
#doc-modal-1 form p:nth-child(7) {
  width: 100%;
}
#doc-modal-1 form p:nth-child(7) input {
  padding: 0;
  height: auto;
  margin-bottom: 40px;
  background-color: transparent;
  border: none;
}
#doc-modal-1 form input {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  height: 46px;
  border: 1px solid #fff;
  padding: 0 30px;
  transition: all 0.35s;
}
#doc-modal-1 form input:focus {
  outline: none;
  border-color: #eb6900;
}
#doc-modal-1 form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 100%;
  resize: none;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.35s;
}
#doc-modal-1 form textarea:focus {
  outline: none;
  border-color: #eb6900;
}
#doc-modal-1 form button {
  width: 160px;
  height: 42px;
  border-radius: 20px;
  color: #fff;
  background-color: #eb6900;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.35s;
}
#doc-modal-1 form button span {
  font-weight: 300;
  font-size: 20px;
  margin-right: 10px;
}
#doc-modal-1 form button i {
  font-size: 18px;
  line-height: 1;
}
#doc-modal-1 form button:hover {
  transform: translateY(-3px);
}
.contact {
  overflow: hidden;
}
.contact .t {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.contact .t .l {
  width: 37.58865248%;
  padding-right: 20px;
}
.contact .t .l .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.contact .t .l .desc {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300;
  margin: 20px 0 0;
}
.contact .t .l .l-b {
  margin: 75px 0 0;
}
.contact .t .l .l-b .txt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 10px;
}
.contact .t .l .l-b .am-selected {
  width: 360px;
  max-width: 100%;
}
.contact .t .l .l-b button:active:focus {
  outline: none;
}
.contact .t .l .l-b .am-active .am-btn-default.am-dropdown-toggle,
.contact .t .l .l-b .am-btn-default.am-active,
.contact .t .l .l-b .am-btn-default:active {
  background-color: transparent;
}
.contact .t .r {
  width: 62.41134752%;
}
.contact .b {
  background-color: #F9F9F9;
}
.contact .b .b-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact .b .l {
  width: 34.75199305%;
  position: relative;
  padding: 60px 0;
}
.contact .b .l:before {
  content: '';
  width: 10000%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 0;
}
.contact .b .l .list {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
.contact .b .l .box {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 25px;
}
.contact .b .l .box:hover .box-l {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.contact .b .l .box .box-l i {
  background-color: #eb6900;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}
.contact .b .l .box .box-r {
  width: calc(100% - 56px);
  padding: 5px 0 0 20px;
}
.contact .b .l .box .box-r .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.contact .b .l .box .box-r .desc {
  font-size: 16px;
  line-height: 1.625;
}
.contact .b .l .box .box-r a {
  color: #000;
}
.contact .b .l .box:nth-child(n+2) {
  margin: 25px 0 0;
}
.contact .b .r {
  width: 65.24822695%;
  padding: 60px 0 60px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .b .r .desc {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #eb6900;
}
.contact .b .r .tit {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  margin: 20px 0 0;
}
.contact .b .r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .b .r form p {
  width: calc(50% - 10px);
  margin: 0;
}
.contact .b .r form p:nth-child(6) {
  width: 100%;
}
.contact .b .r form input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #F0F0F0;
  transition: all 0.35s;
  margin: 0 0 20px;
}
.contact .b .r form input:focus {
  outline: none;
  border-color: #eb6900;
}
.contact .b .r form input::placeholder {
  color: #848484;
}
.contact .b .r form textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #F0F0F0;
  transition: all 0.35s;
  padding: 20px;
  margin: 0 0 30px;
  resize: none;
}
.contact .b .r form textarea::placeholder {
  color: #848484;
}
.contact .b .r form textarea:focus {
  outline: none;
  border-color: #eb6900;
}
.contact .b .r form .c {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact .b .r form .c p {
  width: 100%;
}
.contact .b .r form .c button {
  width: 100%;
  height: 54px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  padding: 5px 0 0;
  transition: all 0.35s;
  border: none;
}
.contact .b .r form .c button:hover {
  background-color: #eb6900;
}
.dealers {
  padding: 0 0 60px;
}
.dealers .t {
  padding: 60px 0;
}
.dealers .t .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
.dealers .t .desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}
.dealers .b {
  display: flex;
  flex-wrap: wrap;
}
.dealers .b .l {
  width: 55%;
}
.dealers .b .l #map {
  height: 560px;
}
.dealers .b .r {
  width: 45%;
  padding: 20px 0 0 40px;
}
.dealers .b .r .r-t .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.dealers .b .r .r-t .addr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 5px;
}
.dealers .b .r .r-t .addr i {
  font-size: 22px;
  line-height: 1;
  color: #eb6900;
}
.dealers .b .r .r-t .addr span {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 300;
  width: calc(100% - 35px);
}
.dealers .b .r .r-t .msg {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 300;
}
.dealers .b .r .r-t .msg a {
  color: #000;
  transition: all 0.35s;
}
.dealers .b .r .r-t .msg a:hover {
  color: #eb6900;
}
.dealers .b .r .r-t .btn {
  width: 156px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0;
  background-color: #eb6900;
  border: none;
  color: #fff;
  border-radius: 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin: 20px 0 0;
  transition: all 0.35s;
}
.dealers .b .r .r-t .btn:hover {
  background-color: #000;
}
.dealers .b .r .r-b {
  margin: 0 0 50px;
}
.dealers .b .r .r-b .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-transform: capitalize;
}
.dealers .b .r .r-b .box {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.dealers .b .r .r-b .box .box-l {
  width: 240px;
  border-radius: 20px;
  overflow: hidden;
}
.dealers .b .r .r-b .box .box-l .img-box{
    padding-bottom: 75%;
}
.dealers .b .r .r-b .box .box-r {
  width: calc(100% - 240px);
  padding-left: 25px;
}
.dealers .b .r .r-b .box .box-r .r-tit {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 10px;
}
.dealers .b .r .r-b .box .box-r .desc {
  font-size: 16px;
  line-height: 2.25;
  font-weight: 300;
}
.dealers .b .r .r-b .box .box-r .desc a {
  color: #000;
  transition: all 0.35s;
}
.dealers .b .r .r-b .box .box-r .desc a:hover {
  color: #eb6900;
}
.wpcf7-response-output {
  display: flex;
  align-items: center;
}
.pc-hide {
  display: none!important;
}
.prod-deta {
  padding: 40px 0;
}
.prod-deta .prod-block1 {
  padding: 40px 0;
}
.prod-deta .prod-block1 .tit {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 25px;
  text-transform: capitalize;
}
.prod-deta .prod-block1 .desc {
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 300;
}
.prod-deta .prod-block2,
.prod-deta .prod-block3 {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prod-deta .prod-block2 .img-box,
.prod-deta .prod-block3 .img-box {
  padding-bottom: 56.66666667%;
}
.prod-deta .prod-block2 .desc,
.prod-deta .prod-block3 .desc {
  font-size: 16px;
  font-weight: 600;
  color: #eb6900;
  line-height: 1;
}
.prod-deta .prod-block2 .tit,
.prod-deta .prod-block3 .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  margin: 15px 0 25px;
}
.prod-deta .prod-block2 .cont *:nth-child(n+2),
.prod-deta .prod-block3 .cont *:nth-child(n+2) {
  margin-top: 15px;
}
.prod-deta .prod-block2 .cont h4,
.prod-deta .prod-block3 .cont h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.prod-deta .prod-block2 .cont p,
.prod-deta .prod-block3 .cont p {
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 300;
}
.prod-deta .prod-block2 .cont ul,
.prod-deta .prod-block3 .cont ul {
  margin: 0;
  padding: 0;
}
.prod-deta .prod-block2 .cont ul li,
.prod-deta .prod-block3 .cont ul li {
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 300;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.prod-deta .prod-block2 .cont ul li:before,
.prod-deta .prod-block3 .cont ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #000;
}
.prod-deta .prod-block2 .slick-slide > div,
.prod-deta .prod-block3 .slick-slide > div {
  font-size: 0;
}
.prod-deta .prod-block2 .slick-dots,
.prod-deta .prod-block3 .slick-dots {
  display: flex!important;
  align-items: center;
  justify-content: center;
  bottom: -20px;
}
.prod-deta .prod-block2 .slick-dots li,
.prod-deta .prod-block3 .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #eb6900;
  border-radius: 50%;
}
.prod-deta .prod-block2 .slick-dots li button,
.prod-deta .prod-block3 .slick-dots li button {
  display: none;
}
.prod-deta .prod-block2 .l {
  width: 57.44680851%;
  padding-right: 30px;
}
.prod-deta .prod-block2 .r {
  width: 42.55319149%;
}
.prod-deta .prod-block3 .l {
  width: 42.55319149%;
}
.prod-deta .prod-block3 .r {
  width: 57.44680851%;
  padding-left: 30px;
}
.prod-deta .prod-block4 {
  padding: 40px 0;
  position: relative;
}
.prod-deta .prod-block4 > div {
  padding: 135px 50px 50px;
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
}
.prod-deta .prod-block4 .b4-img {
  width: 100%;
}
.prod-deta .prod-block4 .b4-img img {
  width: 100%;
}
.prod-deta .prod-block4 .box {
  width: 47.32824427%;
  background-color: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 30px 30px;
}
.prod-deta .prod-block4 .box .desc {
  font-size: 16px;
  line-height: 1;
  color: #eb6900;
  font-weight: 600;
}
.prod-deta .prod-block4 .box .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  margin: 15px 0 20px;
}
.prod-deta .prod-block4 .box .cont *:nth-child(n+2) {
  margin: 5px 0 0;
}
.prod-deta .prod-block4 .box .cont h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.prod-deta .prod-block4 .box .cont p {
  margin: 0;
}
.prod-deta .prod-block4 .box .cont ul {
  padding: 0;
  margin: 0;
}
.prod-deta .prod-block4 .box .cont ul li {
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 300;
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.prod-deta .prod-block4 .box .cont ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #000;
}
.prod-deta .prod-block5 {
  padding: 40px 0;
  position: relative;
}
.prod-deta .prod-block5 > div {
  padding: 45px 55px 385px;
  background-size: cover;
  background-repeat: no-repeat;
}
.prod-deta .prod-block5 .b5-img {
  width: 100%;
}
.prod-deta .prod-block5 .b5-img img {
  width: 100%;
}
.prod-deta .prod-block5 .box .desc {
  font-size: 16px;
  line-height: 1;
  color: #eb6900;
  font-weight: 600;
}
.prod-deta .prod-block5 .box .tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  margin: 15px 0 20px;
}
.prod-deta .prod-block5 .box .cont *:nth-child(n+2) {
  margin: 5px 0 0;
}
.prod-deta .prod-block5 .box .cont h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.prod-deta .prod-block5 .box .cont p {
  margin: 0;
}
.prod-deta .prod-block5 .box .cont ul {
  padding: 0;
  margin: 0;
}
.prod-deta .prod-block5 .box .cont ul li {
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: 300;
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.prod-deta .prod-block5 .box .cont ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #000;
}
.prod-deta .prod-block6 {
  padding: 40px 0;
}
.prod-deta .prod-block6 .desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #eb6900;
  text-align: center;
}
.prod-deta .prod-block6 .tit {
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 40px;
}
.prod-deta .prod-block6 form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 16px;
  font-weight: 300;
}
.prod-deta .prod-block6 form p {
  margin: 0;
  width: 25%;
  padding: 0 10px;
}
.prod-deta .prod-block6 form p:nth-child(6) {
  width: 100%;
}
.prod-deta .prod-block6 form p:nth-child(n+7) {
  display: none;
}
.prod-deta .prod-block6 form input {
  height: 64px;
  width: 100%;
  border: 1px solid #F0F0F0;
  padding: 0 20px;
  transition: all 0.35s;
  margin: 0 0 20px;
}
.prod-deta .prod-block6 form input::placeholder {
  color: #848484;
}
.prod-deta .prod-block6 form input:focus {
  outline: none;
  border-color: #eb6900;
}
.prod-deta .prod-block6 form textarea {
  height: 280px;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #F0F0F0;
  transition: all 0.35s;
  margin: 0 0 50px;
  resize: none;
}
.prod-deta .prod-block6 form textarea::placeholder {
  color: #848484;
}
.prod-deta .prod-block6 form textarea:focus {
  outline: none;
  border-color: #eb6900;
}
.prod-deta .prod-block6 form .c {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-deta .prod-block6 form .c button {
  width: 340px;
  height: 64px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  border-radius: 10px;
  border: none;
  transition: all 0.35s;
}
.prod-deta .prod-block6 form .c button:hover {
  background-color: #eb6900;
}
.prod-deta .prod-block7 {
  width: 100%;
}
.prod-deta .prod-block7 img {
  width: 100%;
}
.screen-reader-response {
  display: none;
}
.recommend {
  padding-top: 25px;
}
.recommend .slick-slide > div {
  padding: 10px 15px;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 30px;
  height: 47px;
  font-size: 0;
  background-color: #BCBCBC;
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover,
.recommend .prod-recommendlist .slick-next:hover {
  background-color: #015dac;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 15px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\eb38';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\e756';
}
.recommend .prod-recommendlist:hover .slick-prev,
.recommend .prod-recommendlist:hover .slick-next {
  opacity: 1;
  transition: all 0.35s;
}
.recommend .prod-box {
  width: calc(33.33333333% - 20px);
  transition: all 0.35s;
  margin-right: 30px;
  position: relative;
  border: 1px solid #999999;
}
.recommend .prod-box:hover {
  position: relative;
  border-color: #015dac;
  transition: all 0.35s;
}
.recommend .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.recommend .prod-box:hover .prod-tit {
  transform: scale(0);
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-box:hover .prod-hoverbox {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s;
}
.recommend .prod-box:nth-child(3n) {
  margin-right: 0;
}
.recommend .prod-box:nth-child(n+4) {
  margin-top: 60px;
}
.recommend .prod-box .prod-tit {
  font-size: 16px;
  color: #fff;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  background-color: #015dac;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 1;
  width: calc(100% - 48px);
  height: 40px;
  line-height: 40px;
}
.recommend .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.recommend .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.recommend .prod-box img {
  transition: all 0.35s;
}
.recommend .prod-hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px;
  background-color: rgba(21, 119, 182, 0.8);
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.recommend .prod-hoverbox a {
  color: #fff;
}
.recommend .prod-hoverbox .prod-hovertit {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.recommend .prod-hoverbox .prod-hoverdesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}
.recommend .prod-hoverbox .prod-hoverdesc p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.recommend .prod-hoverbox .prod-hoveradd {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #015dac;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
header {
  background-color: #fff;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}
header .header-all {
  display: flex;
  align-items: center;
  position: relative;
}
header .l {
  margin-right: 75px;
}
header .l .header-logo {
  height: 49px;
}
header .l .header-logo img {
  height: 100%;
}
header .r {
  width: calc(100% - 220px);
}
header .header-b .header-bbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-b .header-nav-all {
  margin-left: -25px;
}
header .header-b .header-btngroup button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EF6A35;
  width: 115px;
  height: 31px;
  color: #fff;
  font-weight: 300;
  padding-top: 2px;
  border-radius: 5px;
  border: none;
}

header .header-b .header-search {
  display: flex;
  margin-left: 5px;
  margin-right: 15px;
}
header .header-b .header-search a {
  display: flex;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
header .nav .nav-list1 > li.prod-nav-parent {
  position: static;
}
header .prod-nav {
  position: absolute;
  display: none;
  width: 100%;
  max-height: calc(100vh - 132px);
  overflow: auto;
  background-color: #fff;
  z-index: 5;
  left: 0;
  padding: 30px 80px;
  border: 1px solid #EFEFEF;
}
header .prod-nav .all {
  display: flex;
}
header .prod-nav .list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header .prod-nav .box:first-child {
  width: 38.46153846%;
}
header .prod-nav .box:nth-child(2) {
  width: 18.42948718%;
}
header .prod-nav .box:nth-child(3) {
  width: 24.83974359%;
}
header .prod-nav .tit {
  font-size: 14px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: fit-content;
}
header .prod-nav .tit:after {
  content: '';
  width: calc(100% + 15px);
  background-color: #ABA8A8;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
header .prod-nav .son-tit {
  font-size: 16px;
  margin-bottom: 10px;
}
header .prod-nav .son-list {
  display: flex;
}
header .prod-nav .son-list + .tit {
  margin-top: 15px;
}
header .prod-nav .son-list + .son-tit {
  margin-top: 20px;
}
header .prod-nav .son-box {
  width: 110px;
  border-width: 1px;
  border-color: #efefef;
  border-style: solid;
  border-radius: 5px;
  color: #000;
  padding: 5px;
  text-align: center;
}
header .prod-nav .son-box:nth-child(n+2) {
  margin-left: 12px;
}
header .prod-nav .son-model {
  margin-top: 5px;
  font-size: 15px;
}
footer {
  background-image: url(../img/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 0 0 40px;
}
footer .footer-bottom {
  margin: 40px 0 0;
}
footer .footer-bottom .list {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-bottom .list .box {
  margin-right: 45px;
}
footer .footer-bottom .list .box a {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.35s;
}
footer .footer-bottom .list .box a:hover {
  color: #fff;
}
footer .footer-desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin: 20px 0 35px;
}
footer .footer-msg {
  width: 325px;
  padding-top: 60px;
}
footer .footer-msg ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-msg ul li {
  width: 50%;
}
footer .footer-msg ul li a {
  display: flex;
  align-items: center;
}
footer .footer-msg ul li a span {
  margin-left: 10px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
footer .footer-msg .footer-logo {
  height: 100px;
}
footer .footer-msg .footer-logo img {
  height: 100%;
  width: auto;
}
footer .footer-msg .msg-list {
  color: #000;
  margin: 45px 0 25px;
}
footer .footer-msg .msg-list a {
  color: #000;
}
footer .footer-msg .msg-list i {
  font-size: 20px;
  margin-right: 10px;
}
footer .footer-msg .msg-list .box {
  display: flex;
  align-items: center;
}
footer .footer-msg .msg-list .box:nth-child(n+2) {
  margin-top: 5px;
}
footer .footer-msg .msg-list .box span {
  font-size: 16px;
  line-height: 1.125;
  font-weight: 300;
  padding-top: 2px;
}
footer .footer-link4 {
  width: 12%;
  padding-top: 60px;
}
footer .footer-link4 li a {
  display: flex;
  align-items: center;
}
footer .footer-link4 li a .ico {
  margin-right: 15px;
}
footer .footer-link2 {
  width: 28%;
  padding-top: 60px;
}
footer .footer-link2 li {
  display: flex;
}
footer .footer-link2 li a {
  /*display: flex;*/
  align-items: center;
}
footer .footer-link2 li i {
  color: #eb6900;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
}
footer .footer-link2 li span {
  /*display: flex;*/
}
footer .footer-link1 {
  width: 27%;
  padding-left: 3%;
  padding-top: 60px;
}
footer .footer-link1 li a {
  display: flex;
  align-items: center;
}
footer .footer-link3 {
  width: 20%;
  padding-left: 5%;
  padding-top: 60px;
}
footer .footer-link3 li {
  position: relative;
}
footer .footer-link3 li a {
  display: flex;
  align-items: center;
}
footer .footer-share {
  font-size: 0;
  margin-top: 10px;
  display: flex;
}
footer .footer-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 15px;
  overflow: hidden;
  transition: all 0.35s;
  width: 20px;
}
footer .footer-share a:hover {
  transform: translateY(-5px);
}
footer .footer-share a img {
  width: 100%;
}
footer .footer-share a svg {
  font-size: 44px;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 300;
}
footer .footer-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  transition: all 0.35s;
}
footer .footer-link a:hover {
  color: #eb6900;
}
footer .footer-link h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  padding: 0 0 20px;
  position: relative;
  margin-bottom: 0;
}
footer .footer-link h4.rtl:after{
    left: auto;
    right: 0;
}
footer .footer-link h4:after {
  content: '';
  width: 42px;
  height: 3px;
  background-color: #eb6900;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-link .newsletter {
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  transition: all 0.35s;
  padding: 4px;
  margin-top: 15px;
}
footer .footer-link .newsletter:hover {
  border-color: #015dac;
  transition: all 0.35s;
}
footer .footer-link .newsletter input {
  border: none;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 25px;
  width: calc(100% - 50px);
}
footer .footer-link .newsletter input:focus {
  outline: none;
}
footer .footer-link .newsletter button {
  width: 70px;
  border: none;
  background-color: #015dac;
  color: #fff;
  padding: 0 14px;
  border-radius: 25px;
  border: 1px solid #015dac;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link .newsletter button:hover {
    background-color: #fff;
    color: #015dac;
    transition: all 0.35s;
  }
}
footer .footer-link .newsletter i {
  font-size: 20px;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn {
  font-size: 14px;
  color: #ccc;
  display: block;
  width: fit-content;
  line-height: 18px;
  position: relative;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #969697;
  left: 0;
}
footer .footer-link .sitemap-btn:hover {
  text-decoration: none;
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 5px;
}
footer .am-accordion-gapped * + .am-accordion-title {
  margin-top: 40px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-form1 {
  padding-left: 40px;
}
footer .footer-form {
  padding-left: 40px;
}
footer .footer-form p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .footer-form *::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #015dac;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}
footer .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-form form {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-form textarea {
  width: 100%;
  height: 95px;
  resize: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 0.35s;
}
footer .footer-form textarea:focus {
  outline: none;
  border-color: #015dac;
  transition: all 0.35s;
}
footer .am-accordion-content {
  padding: 0;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #015dac;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #015dac;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.search-failed {
  padding-bottom: 50px;
  padding-top: 50px;
}
.search-failed h4 {
  font-size: 20px;
  font-weight: 400;
}
.search-failed p {
  background-color: #FCF8E3;
  border: 1px solid #FAEDD1;
  border-radius: 5px;
  line-height: 22px;
  padding: 10px 20px;
  color: #666;
}
.fancybox-slide--iframe .fancybox-content {
  width: 80%!important;
  height: 80%!important;
}
.mobile-h {
  display: none;
}
.header-mobile-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search {
  padding: 100px 0 0;
}
.search .search-tool {
  display: flex;
  justify-content: center;
}
.search .search-tool form {
  max-width: 500px;
  display: flex;
  position: relative;
  width: 100%;
}
.search .search-tool input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.35s;
}
.search .search-tool input:focus {
  outline: none;
  border-color: #eb6900;
}
.search .search-tool button {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  background: transparent;
  border: 0;
  justify-content: center;
  align-items: center;
}
.search .search-tool button i {
  font-size: 24px;
  color: #000;
}
.search .search-all {
  padding: 40px 0 80px;
}
.search .search-all .search-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.search .search-all .search-nav .nav-btn {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 50px;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
}
.search .search-all .search-nav .nav-btn:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #eb6900;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s;
}
.search .search-all .search-nav .nav-btn.active:after {
  width: 85%;
}
.search .search-all .search-nav .nav-btn:hover:after {
  width: 100%;
}
.search .search-all .results .search-list {
  display: none;
  opacity: 0;
}
.search .search-all .results .search-list.active {
  display: block;
  opacity: 1;
}
.search .search-all .results .search-list .fixed {
  display: flex;
  align-items: center;
}
.search .search-all .results .search-list ul {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.search .search-all .results .search-list ul > p {
  padding: 0 15px;
}
.search .search-all .results .search-list li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 25%;
}
.search .search-all .results .search-list li:nth-child(n+5) {
  margin-top: 20px;
}
.search .search-all .results .search-list .search-img {
  display: flex;
  width: 100%;
}
.search .search-all .results .search-list .search-img div {
  width: 100%;
}
.search .search-all .results .search-list .li-inner {
  padding: 20px 20px;
  box-shadow: 0 1px 11px 2px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  transition: all 0.35s;
}
.search .search-all .results .search-list .li-inner:hover {
  transform: translateY(-10px);
}
.search .search-all .results .search-list .img-text {
  padding-top: 15px;
  width: 100%;
}
.search .search-all .results .search-list .img-text .type {
  font-size: 14px;
  color: #eb6900;
  line-height: 1;
  margin-bottom: 10px;
}
.search .search-all .results .search-list .img-text .t {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search .search-all .results .search-list .img-text .t a {
  color: inherit;
}
.search .search-all .results .search-list .img-text .d {
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 68px;
}
.search .search-all .results .search-list .img-text .d p {
  margin: 0;
}
.search .search-all .results .search-list .img-text .see-more {
  display: flex;
  width: fit-content;
  background-color: #eb6900;
  color: #fff;
  padding: 5px 18px 2px;
  border-radius: 14px;
}
.wp-pagenavi {
  display: flex;
  margin: 25px 0 0;
}
.wp-pagenavi *:nth-child(2) {
  margin-left: 0;
}
.wp-pagenavi span {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eb6900;
  color: #fff;
  padding-top: 4px;
  margin: 0 5px;
}
.wp-pagenavi a {
  padding-top: 4px;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 5px;
  background-color: #E2E2E2;
  color: #000;
  transition: all 0.35s;
}
.wp-pagenavi a.list{
    display: none;
}
.wp-pagenavi a:hover {
  background-color: #eb6900;
  color: #fff;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding-top: 0;
  width: fit-content;
  background-color: #fff;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #fff;
  color: #eb6900;
}
.solu {
  padding: 60px 0 80px;
}
.solu .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.solu .box {
  width: 33.33333333%;
  padding: 0 15px;
}
.solu .box:nth-child(n+4) {
  margin-top: 25px;
}
.solu .img-box {
  padding-bottom: 66.66666667%;
}
.solu a {
  display: block;
  position: relative;
}
.solu a:hover img {
  transform: scale(1.05);
}
.solu a:hover .hover i {
  color: #eb6900;
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.solu .hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  background-color: #fff;
  z-index: 2;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  border-top-right-radius: 20px;
}
.solu .hover i {
  font-size: 28px;
  transition: all 0.35s;
}
.solu .hover .tit {
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
}
.join {
  padding: 60px 0;
}
.join .t .tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.join .t .desc {
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0 40px;
  font-weight: 300;
}
.join .b .img-box {
  padding-bottom: 43.47826087%;
}
.join .b .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.join .b .box {
  padding: 0 15px;
  width: 50%;
}
.join .b .box:nth-child(n+3) {
  margin: 30px 0 0;
}
.join .b a {
  display: block;
  position: relative;
}
.join .b a:hover .tit {
  color: #eb6900;
}
.join .b a:hover img {
  transform: scale(1.05);
}
.join .b a:hover .addr i {
  -webkit-animation: swing 1s 0s ease both;
  animation: swing 1s 0s ease both;
}
.join .b .hover {
  position: absolute;
  bottom: 20px;
  left: 25px;
  max-width: calc(100% - 50px);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  z-index: 2;
}
.join .b .tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #000;
  transition: all 0.35s;
}
.join .b .addr {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #929191;
}
.join .b .addr i {
  font-size: 18px;
}
.join .b .addr span {
  font-size: 14px;
  padding-top: 5px;
  margin-left: 10px;
}
.join-deta {
  padding: 60px 0;
}
.join-deta .t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #E4E4E4;
  padding: 0 0 60px;
}
.join-deta .t .r {
  width: 65.95744681%;
}
.join-deta .t .r .r-img {
  width: 100%;
}
.join-deta .t .r img {
  width: 100%;
}
.join-deta .t .l {
  padding-right: 30px;
  width: 34.04255319%;
}
.join-deta .t .l .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
.join-deta .t .l .desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}
.join-deta .b {
  padding: 60px 0 0;
}
.join-deta .b .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.join-deta .b .addr {
  display: flex;
  align-items: center;
  color: #929191;
  line-height: 1;
  margin: 15px 0 40px;
}
.join-deta .b .addr span {
  padding: 5px 0 0;
  font-size: 14px;
  font-weight: 300;
  margin-left: 10px;
}
.join-deta .b .addr i {
  font-size: 18px;
}
.join-deta .b .cont img {
  max-width: 100%!important;
}
.join-deta .b .btn {
  margin: 25px 0 0;
}
.join-deta .b .btn button {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background-color: #eb6900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 42px;
  border-radius: 21px;
  border: none;
  transition: all 0.35s;
}
.join-deta .b .btn button:hover {
  transform: translateY(-3px);
}
#st-1.st-animated {
  text-align: left;
  margin: 15px 0 0;
  z-index: 5;
}
.page-top-service {
  background-color: #FEF6F6;
  padding: 20px 15px;
}
.page-top-service .crumbs {
  display: flex;
  align-items: center;
  color: #000;
  line-height: 1;
  margin-top: 5px;
}
.page-top-service .crumbs a {
  color: #000;
  padding-top: 5px;
}
.page-top-service .crumbs span {
  padding-top: 5px;
  color: #000;
  margin: 0 3px;
}
.page-top-service .crumbs i {
  font-size: 10px;
  padding: 2px 15px 0;
}
.page-top-service .crumbs i:first-child {
  font-size: 18px;
  padding-top: 0;
}
.service {
  padding: 110px 0;
}
.service .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 30px;
}
.service * + .tit {
  margin-top: 30px;
}
.service .desc {
  font-size: 18px;
  line-height: 1.33333333;
}
.service .desc p {
  margin: 0;
}
.service .t {
  display: flex;
  align-items: center;
}
.service .t .l {
  width: 50%;
}
.service .t .l img {
  width: 100%;
}
.service .t .r {
  max-width: 705px;
  width: 50%;
  padding-left: 45px;
}
.service .m {
  margin-top: 35px;
}
.service .m .m-all {
  display: flex;
  align-items: center;
}
.service .m .l {
  width: 50%;
}
.service .m .r {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .m .r img {
  max-width: 100%;
}
.service .b {
  margin: 40px 0 0;
}
.service .b .frm_message {
  padding: 0 10px;
}
.service .b .frm_error_style {
  padding: 0 10px;
}
.service .b #frm_field_6_container {
  width: 100%;
}
.service .b #frm_field_6_container .frm_submit {
  display: flex;
  justify-content: center;
}
.service .b #frm_field_6_container .frm_submit button {
  width: 300px;
  height: 64px;
  background-color: #F6ECEA;
  color: #000;
  text-transform: uppercase;
  border-radius: 32px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  border: none;
  transition: all 0.35s;
}
.service .b #frm_field_6_container .frm_submit button:hover {
  transform: translateY(-5px);
  background-color: #eb6900;
  color: #fff;
}
.service .b label {
  display: none;
}
.service .b .tit {
  text-align: center;
}
.service .b .desc {
  margin: 0 0 65px;
  text-align: center;
}
.service .b .frm_form_fields {
  width: 100%;
}
.service .b legend {
  display: none;
}
.service .b .frm__670f5ff98ab1c {
  display: none;
}
.service .b fieldset {
  padding: 0;
  margin: 0;
}
.service .b .frm3 {
  width: calc(25% - 10px);
}
.service .b .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service .b .frm_full {
  width: 100%;
}
.service .b form {
  font-size: 20px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.service .b form input {
  padding: 20px 25px 16px;
  border: 1px solid #F0F0F0;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.35s;
}
.service .b form input:focus {
  outline: none;
  border-color: #eb6900;
}
.service .b form textarea {
  padding: 23px 25px;
  border: 1px solid #F0F0F0;
  width: 100%;
  margin-bottom: 60px;
  resize: none;
  height: 280px;
  outline: none;
}
.service .b form textarea:focus {
  outline: none;
  border-color: #eb6900;
}
.service .b form .c {
  width: 100%;
  display: flex;
  justify-content: center;
}
.service .b form .c button {
  width: 300px;
  height: 64px;
  background-color: #F6ECEA;
  color: #000;
  text-transform: uppercase;
  border-radius: 32px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  border: none;
  transition: all 0.35s;
}
.service .b form .c button:hover {
  transform: translateY(-5px);
  background-color: #eb6900;
  color: #fff;
}
.header .nav .nav-list1 > li:nth-child(2) {
  position: static;
}
.nav-prod-list2 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 55px;
}
.nav-prod-list2-cont {
  display: flex;
  justify-content: space-between;
}
.nav-prod-list2-cont a {
  color: #000;
  transition: all 0.35s;
}
.nav-prod-list2-cont a:hover {
  text-decoration: underline;
  color: #eb6900;
}
.nav-prod-list2-cont .t {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.nav-prod-list2-cont .b {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
.nav-prod-list2-cont .b .box:nth-child(n+2) {
  margin: 20px 0 0;
}
.banner #my-video {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 0;
  min-height: 100%;
  background-color: #000;
}
.banner #my-video video {
  height: 100%;
}
.banner .banner-button {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
}
.banner .banner-button .banner-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eb6900;
  color: #eb6900;
  border-radius: 50%;
  transition: all 0.35s;
  cursor: pointer;
}
.banner .banner-button .banner-button-box:hover {
  background-color: #eb6900;
  color: #fff;
}
.banner .banner-button .banner-button-box i {
  font-size: 20px;
  line-height: 1;
}
.header .nav .nav-list1 > li:nth-child(2) .nav-list2 {
  display: none!important;
}
.trp-ls-shortcode-current-language{
    width: fit-content!important;
    padding: 5px 0;
}
.trp-ls-shortcode-current-language a{
    color: #000!important;
}
.trp_language_switcher_shortcode{
    /*position: absolute;*/
    /*right: 0;*/
    margin-left: 15px;
}
.trp_language_switcher_shortcode a{
    color: #000;
    display: flex!important;
    align-items: center;
    width: fit-content;
    margin-left: 0!important;
    transition: all .35s;
}
.trp_language_switcher_shortcode a:hover{
    color: #eb6900;
}
.trp_language_switcher_shortcode a img{
    margin-right: 5px;
  margin-bottom: 5px;
}
.trp-language-switcher{
    position: relative;
}
/*// @media screen and (min-width: 1200px){*/
    .trp-language-switcher:hover .trp-ls-shortcode-language{
        transform: translateX(-50%) translateY(0) scale(1);
        opacity: 1;
    }
/*// }*/
.trp-ls-shortcode-language{
    position: absolute;
    display: flex!important;
    flex-direction: column;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
    padding: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    width: fit-content!important;
    opacity: 0;
    transition: all .35s;
}
.trp-ls-shortcode-current-language a img{
    display: none;
}
.trp-ls-shortcode-current-language a{
    font-size: 0;
    background-color: #eb6900;
    display: flex;
    color: #fff!important;
    padding: 8px 30px;
    border-radius: 3px;
    border: 1px solid #eb6900;
    transition: all .35s;
}
.trp-ls-shortcode-current-language a:hover{
    color: #eb6900!important;
    background-color: #fff;
}
.trp-ls-shortcode-current-language a:before{
    content: '\e652';
    font-family: 'iconfont';
    font-size: 16px;
    margin-right: 10px;
    
}
.trp-ls-shortcode-current-language a:after{
    content: 'Region & Language';
    font-size: 16px;
    padding-top: 3px;
    
}
.in-block4 .list .b {
  width: 100%;
  height: calc(100% - 62px);
  border: 3px solid #f0f5fa;
  padding: 10px;
  background-color: transparent;
}
.yottie-widget-video-preview-play{
    width: 34px!important;
}

.events .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 641px) {
  .events .list {
    margin: 0 -5px;
  }
}
.events .box {
  width: 33.33333333%;
  padding: 0 10px;
}
.events .box:nth-child(n+4) {
  margin: 20px 0 0;
}
@media screen and (max-width: 1280px) {
  .events .box {
    width: 50%;
  }
  .events .box:nth-child(n+3) {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 641px) {
  .events .box {
    padding: 0 5px;
  }
  .events .box:nth-child(n+3) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .events .box {
    width: 100%;
  }
  .events .box:nth-child(n+2) {
    margin: 10px 0 0;
  }
}
.events .cont {
  border: 2px solid #f5f5f5;
  height: 100%;
  position: relative;
}
.events .cont .icon-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
.events .cont .cont-box {
  padding: 30px 20px;
  height: calc(100% - 76px);
}
.events .cont .cont-box.lr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.events .cont .cont-box.lr .cont-img {
  width: 160px;
}
.events .cont .cont-box.lr .cont-txt {
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .events .cont .cont-box.lr {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: inherit;
  }
  .events .cont .cont-box.lr .cont-txt {
    width: 100%;
    margin: 20px 0 0;
  }
}
.events .cont .cont-box.tb .cont-txt {
  margin: 20px 0 0;
}
.events .cont .cont-box.tb .cont-img img {
  height: 66px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 641px) {
  .events .cont .cont-box.tb .cont-img img {
    height: auto;
  }
}
.events .cont .cont-box .cont-txt p {
  margin: 0;
  line-height: 1.875;
}
.events .cont .tit {
  background-color: #f3f3f3;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 767px) {
  .events .cont .tit {
    font-size: 16px;
    padding: 15px 20px 10px;
  }
}
.am-selected-content{
    height: 300px;
    overflow: auto;
}



.pop{
    position: fixed;
    width: 560px;
    z-index: 999;
    left: 30px;
    bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 25px;
    display: none;
}
.pop .pop-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 15px;
}
.pop .pop-top .pop-close{
    font-size: 24px;
    display: flex;
    cursor: pointer;
    transition: all .35s;
}
.pop .pop-top .pop-close:hover{
    color: #eb6900;
}
.pop .pop-top .pop-close i{
    font-size: inherit;
    line-height: 1;
    color: inherit;
}
.pop .pop-cont .pop-tit{
    font-size: 20px;
    font-weight: bold;
}
.pop .pop-cont .pop-desc{
    font-weight: 300;
    line-height: 1.4;
    margin: 10px 0;
}
.pop .pop-cont .pop-link a{
    color: #000;
    transition: all .35s;
}
.pop .pop-cont .pop-link a:hover{
    color: #eb6900;
}
.pop .pop-cont .pop-btngroup{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
.pop .pop-cont .pop-btngroup button{
    width: calc(50% - 10px);
    height: 40px;
    border: none;
}
.pop .pop-cont .pop-btngroup button.reject{
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    color: #000;
    transition: all .35s;
}
.pop .pop-cont .pop-btngroup button.reject:hover{
    background-color: #eb6900;
    border-color:#eb6900 ;
    color: #fff;
}
.pop .pop-cont .pop-btngroup button.accept{
    background-color: #eb6900;
    color: #fff;
    transition: all .35s;
    border: 1px solid #eb6900;
}
.pop .pop-cont .pop-btngroup button.accept:hover{
    background-color: #F9F9F9;
    color: #eb6900;
    transition: all .35s;
}
.prod-download{
    padding: 40px 0;
}
.prod-download .all{
    display: flex;
    align-items: center;
}
.prod-download .all .l{
    width: 50%;
}
.prod-download .all .l .l-img{
    width: calc(100% - 40px);
}
.prod-download .all .l .l-img:hover img{
    transform: translateY(-5px);
}
.prod-download .all .l .l-img img{
    width: 100%;
}
.prod-download .all .r{
    width: 50%;
}
.prod-download .all .r .r-tit{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
}
/*.prod-download .all .r .r-tit span:first-child{*/
/*    font-size: 50px;*/
/*}*/
.prod-download .all .r .r-btngroup{
    display: flex;
}
.prod-download .all .r .r-btngroup a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    margin-right: 20px;
    transition: all .35s;
}
.prod-download .all .r .r-btngroup a:hover{
    background-color: #eb6900;
}
.prod-download .all .r .r-btngroup a:first-child{
    background-color: #eb6900;
}
.prod-download .all .r .r-btngroup a:first-child:hover{
    background-color: #000;
}
.prod-download .all .r .r-btngroup a:last-child{
    margin-right: 0;
}
.prod-download .all .r .r-btngroup a i{
    font-size: 20px;
    line-height: 1;
}
.prod-download .all .r .r-btngroup a span{
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
}
.drtl{
    direction: rtl;
}